home *** CD-ROM | disk | FTP | other *** search
/ Ice Princess Press Kit / Ice Princess Press Kit.iso / pc / program.dxr / Internal_53_Save Frame_PKNOTES.ls < prev    next >
Encoding:
Text File  |  2005-03-02  |  168 b   |  14 lines

  1. global gPKNotes
  2.  
  3. on enterFrame me
  4.   if gPKNotes = 1 then
  5.     sprite(86).visible = 1
  6.   else
  7.     sprite(86).visible = 0
  8.   end if
  9. end
  10.  
  11. on exitFrame me
  12.   go(the frame)
  13. end
  14.